Skip to content

fix: support JsonPropertyDescription annotation through JacksonAnnotationsInside combo annotation#523

Merged
CarstenWickner merged 2 commits into
mainfrom
nested-jackson-annotations-2
May 8, 2025
Merged

fix: support JsonPropertyDescription annotation through JacksonAnnotationsInside combo annotation#523
CarstenWickner merged 2 commits into
mainfrom
nested-jackson-annotations-2

Conversation

@CarstenWickner
Copy link
Copy Markdown
Member

Apparently, the @JsonPropertyDescription look-up was missed when support for the @JacksonAnnotationsInside on the JacksonModule was introduced.

Closes #521

Copy link
Copy Markdown

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gates Passed
4 Quality Gates Passed

See analysis details in CodeScene

Absence of Expected Change Pattern

  • jsonschema-generator/jsonschema-generator/src/main/java/com/github/victools/jsonschema/generator/FieldScope.java is usually changed with: jsonschema-generator/jsonschema-generator/src/main/java/com/github/victools/jsonschema/generator/MethodScope.java

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

@CarstenWickner CarstenWickner merged commit db77aa1 into main May 8, 2025
12 checks passed
@CarstenWickner CarstenWickner deleted the nested-jackson-annotations-2 branch May 8, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

JacksonAnnotationsInside annotation ignores JsonPropertyDescription

1 participant